Active Query Builder 2 .NET Edition reference
FindItems<T>(MetadataFilter,MetadataType) Method



Finds (and loads if not loaded) metadata items according to the specified Metadata Filter of specific types in the child items hierarchy.
Syntax
'Declaration
 
Public Overloads Function FindItems(Of T As MetadataItem)( _
   ByVal filter As MetadataFilter, _
   ByVal types As MetadataType _
) As System.Collections.Generic.IList(Of T)
'Usage
 
Dim instance As MetadataItem
Dim filter As MetadataFilter
Dim types As MetadataType
Dim value As System.Collections.Generic.IList(Of T)
 
value = instance.FindItems(Of T)(filter, types)
public System.Collections.Generic.IList<T> FindItems<T>( 
   MetadataFilter filter,
   MetadataType types
)
where T: MetadataItem
public: System.Collections.Generic.IList<T*>* FindItems<T>( 
   MetadataFilter* filter,
   MetadataType types
) 
where T: MetadataItem

Parameters

filter
types

Type Parameters

T
See Also

Reference

MetadataItem Class
MetadataItem Members
Overload List

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback